home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / uucp / wuucp_0_0_29.lha / uucplib / aliases < prev    next >
Text File  |  1994-06-11  |  999b  |  34 lines

  1. #   SENDMAIL ALIASES.
  2. #
  3. # Alias for mailer daemon.  REFER TO MAN:Aliases for more information.
  4. #
  5. #   #   comment character (must be first char on line)
  6. #   name: addr, addr, addr, addr,
  7. #         addr, addr, addr, addr
  8. #
  9. #   addr can be (1) any path
  10. #               (2) >file   (append to said file)
  11. #               (3) <file   (include addresses from file, one per line)
  12. #               (4) "|command"  (pipe through a command)
  13. #               (5) \user   (if user is an alias this ignores the alias)
  14. #
  15. #   note that each addr must be comma delimited, and line continuation
  16. #   depends on whether the last addr on the line has a comma after it.
  17.  
  18. MAILER-DAEMON: postmaster
  19.  
  20. # Following alias is required by the new mail protocol, RFC 822
  21. postmaster: root
  22.  
  23. # Alias the user `uucp' to user `postmaster'
  24. uucp: postmaster
  25.  
  26. #   send mail for foo to foo and also archive it.
  27. foo: \foo, >uumail:mbox
  28.  
  29. # sample entry
  30. friend: fubar!friend
  31.  
  32. # Kai Siering, maker of wUUCP & wCNews
  33. wusel: wusel@hactar.hanse.de
  34.